﻿#BuildKlientSplitter {
    height: 100%;
}

#BuildKlientNaKompilaci {
    height: calc(100% - 65px);
}

#BuildKlientNaKompilaciLog {
    height: 100%;
}

#BuildKlientModuly {
    height: calc(100% - 115px);
}

    #BuildKlientModuly.zmena-vysky {
        height: calc(100% - 70px);
    }

    #BuildKlientNaKompilaciLog {
        overflow-x: hidden;
        overflow-y: scroll;
        height: 100%;
        white-space: pre-line;
    }


.build-klient.box {
    max-width: 500px;
}

.box .box-title {
    font-size: 14px;
    margin: 0;
}

.box .dx-button {
    text-align: center;
    justify-content: center;
    margin-bottom: 10px;
}
